home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Grafik / Misc / netpbm / netpbmwos.readme < prev    next >
Encoding:
Text File  |  2000-01-01  |  2.0 KB  |  73 lines

  1. Short: NetPBM 9.6 (PPC WarpOS)
  2. Type: gfx/pbm
  3. Author: Jarmo Laakkonen (jami.laakkonen@kolumbus.fi)
  4. Uploader: Jarmo Laakkonen (jami.laakkonen@kolumbus.fi)
  5.  
  6. A whole bunch of utilities for primitive manipulation of
  7. graphic images.  Includes a wide array of converters
  8. from one graphics format to another.  For example,
  9. from g3 fax format to jpeg.  Also, many basic graphics
  10. editing tools such as magnifying and cropping.  This
  11. is a successor to Jef Poskanzer's PBMPlus package, and
  12. gathers tools by many people from many places.
  13.  
  14. This is a quick WarpOS port. If there is enough interest,
  15. I will compile an m68k version too.
  16.  
  17. Changes in Release 9.6
  18.  
  19. Add pnmtofiasco, fiascotopnm, psnpsnr.  Thank to Ullrich
  20. Hafner.
  21.  
  22. Make Pnmcrop use a temporary file instead of huge amounts
  23. of memory.
  24.  
  25. bmptoppm: fix crash when OS/2 BMP file has > 8 bits per pixel.
  26.  
  27. anytopnm: fix bug (from 9.0) wherein program almost
  28. always crashed.  Add gzip, bzip, bzip2 capability.
  29. Thanks Charles Howes.
  30.  
  31. parallel.c: Work around SunOS libc problem.
  32.  
  33. Define some newer libtiff macros so it compiles against
  34. older libtiff.
  35.  
  36.  
  37. Changes in Release 9.5
  38.  
  39. Extend formats to allow multiple images per file.  Add
  40. -allimages option to pnmfile.  Add pnmsplit.  Extend
  41. pnmtops.
  42.  
  43. Add pbmtowbmp, wbmptopbm.  Thanks Terje Sannum.
  44.  
  45. ppmtobmp: Add 24 bit (truecolor) capability.
  46.  
  47. pnmcut: easier, more expressive syntax for specifying what
  48. to cut.
  49.  
  50. pnminterp: handle maxval != 255, convert to use Netpbm
  51. libraries.
  52.  
  53. Translate pstopnm from Csh to C, eliminate dependency
  54. on the 'bc' program.
  55.  
  56. Fix bug in tiff library build which caused null soname.
  57.  
  58. Add optParseopt2() to shhopt.a so you can use long options
  59. with one hyphen instead of two.
  60.  
  61. giftopnm: fix bug with variable used before set.  Fix bug
  62. (coding error -- 0=>i).  Unknown impact.
  63.  
  64. bmptoppm: fix bug with 24 bit (truecolor) Windows BMPs.
  65.  
  66. xwdtopnm: fix one more bug with bits_per_item <> bits_per_pixel.
  67.  
  68. Fix ppmtompeg build bug with static libraries.
  69.  
  70. Make build clean with gcc -ansi (albeit with some files
  71. that need extensions declaring the _BSD_SOURCE etc.).
  72.  
  73.